home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 June
/
CHIPCD_6_2000.iso
/
software
/
cad
/
inplot
/
_setup.1
/
block delete.scr
< prev
next >
Wrap
Text File
|
1998-03-19
|
278b
|
22 lines
(file:block delete.scr)
(script to put block deletes)
(in front of selected lines)
(skips comments)
#1=startsel
#2=endsel
#3=#1
select #1
:100
iffind /, 300
iffind (,300,1
front /
:300
forward
#3=lineno
if [#3>#2] ,200
#3=[#3+1]
jump 100
:200
select #1,#2